hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
drawLine
hip
api
graphics
g2d
renderer2d
Undocumented in source. Be warned that the author may not have intended to support it.
void
drawLine
(float x1, float y1, float x2, float y2, HipColor color)
void
drawLine
(T start, T end, HipColor color)
version(DefineOverloadings && Have_util)
pragma(
inline
, true)
void
drawLine
(
T
)
(
in
T
start
,
in
T
end
,
HipColor
color
=
HipColor.no
)
if
(
isTypeArrayOf
!(
float
,
T
, 2)
)
Meta
Source
See Implementation
hip
api
graphics
g2d
renderer2d
functions
drawCircle
drawEllipse
drawLine
drawRectangle
fillCircle
fillEllipse
fillRectangle
setFont